home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Simulation / PDP-8 Simulator / Source Code / Editor2.proto.h < prev    next >
Encoding:
Text File  |  1992-09-13  |  305 b   |  10 lines  |  [TEXT/KAHL]

  1.  
  2. /* Editor2.c */
  3. TEHandle GetEditRec(textEdHdl);
  4. textEdHdl GetMasterERecord(TEHandle);
  5. int InsertLink(lineHdl, lineHdl *, lineHdl *, int);
  6. int ReplaceLink(lineHdl, lineHdl *, lineHdl *, int);
  7. int DeleteLink(lineHdl, lineHdl *, lineHdl *);
  8. lineHdl MakeLink(TEHandle, int);
  9. int ClickText(WindowPtr, Point);
  10.